haiku/headers/os/net
Adrien Destugues 2ec188b903 Fix thread safety issue in chunked http transfers.
* The use of a static variable for storing the chunk size made it shared between all instances of BUrlProtoclHttp.
* Inline the function at the single place where it is used, and allocate the variable on the stack instead.

The whole receiving loop should be split into chunked and non-chunked variants to improve code readability.
2013-08-27 20:36:29 +02:00
..
AbstractSocket.h
DatagramSocket.h
HttpAuthentication.h
HttpForm.h
HttpHeaders.h
net_settings.h
NetAddress.h
NetBuffer.h
NetDebug.h
NetEndpoint.h
NetworkAddress.h
NetworkAddressResolver.h
NetworkCookie.h
NetworkCookieJar.h
NetworkDevice.h
NetworkInterface.h
NetworkNotifications.h
NetworkRoster.h
SecureSocket.h
Socket.h
Url.h
UrlContext.h
UrlProtocol.h
UrlProtocolAsynchronousListener.h
UrlProtocolDispatchingListener.h
UrlProtocolHttp.h
UrlProtocolListener.h
UrlRequest.h
UrlResult.h
UrlSynchronousRequest.h