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 NetworkCookie: fix domain/path matching, and validity checks 2013-02-09 17:10:05 +00:00
NetworkCookieJar.h NetworkCookieJar: various small fixes and updated tests 2013-02-09 17:10:10 +00:00
NetworkDevice.h netserver: Add EAP defines for WPA enterprise 2013-07-17 20:16:49 -05:00
NetworkInterface.h
NetworkNotifications.h
NetworkRoster.h
SecureSocket.h
Socket.h
Url.h
UrlContext.h
UrlProtocol.h BUrlRequest: fix various issues 2013-02-10 20:46:24 +00:00
UrlProtocolAsynchronousListener.h
UrlProtocolDispatchingListener.h
UrlProtocolHttp.h Fix thread safety issue in chunked http transfers. 2013-08-27 20:36:29 +02:00
UrlProtocolListener.h
UrlRequest.h BUrlRequest: fix various issues 2013-02-10 20:46:24 +00:00
UrlResult.h
UrlSynchronousRequest.h