Forgot to update some code to work with new HTTP::Parser naming scheme.
This commit is contained in:
parent
6db6829545
commit
07a6c6b9cc
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ namespace Connector_HTTP{
|
|||
FLV::Tag Video_Init;///< Video initialization data, if available.
|
||||
bool FlashFirstVideo = false;
|
||||
bool FlashFirstAudio = false;
|
||||
HTTPReader HTTP_R, HTTP_S;//HTTP Receiver en HTTP Sender.
|
||||
HTTP::Parser HTTP_R, HTTP_S;//HTTP Receiver en HTTP Sender.
|
||||
|
||||
int retval;
|
||||
int poller = epoll_create(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue