(Auto)update libjingle 64247466-> 64326665

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5845 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org
2014-04-04 18:39:07 +00:00
parent 653c325af2
commit f5bebd40f3
19 changed files with 392 additions and 90 deletions

View File

@@ -16,12 +16,6 @@ namespace {
"Host: localhost\r\n"
"\r\n";
const char* const kResponse =
"HTTP/1.1 200\r\n"
"Connection: Close\r\n"
"Content-Length: 0\r\n"
"\r\n";
struct HttpServerMonitor : public sigslot::has_slots<> {
HttpServerTransaction* transaction;
bool server_closed, connection_closed;