mirror of
https://github.com/godotengine/godot.git
synced 2024-11-13 07:32:55 +00:00
2587fcccee
Implements the same heuristic as Curl (and web browsers): if no `Content-Length`, no `Connection: keep-alive` and no chunked transfer encoding, assume th rest of the data until EOF is the body, gracefully setting the HTTP client back to the disconnected state. Theoretically, this is not compliant with HTTP 1.1, by which `keep-alive` is the default, but in practice, an explicit header is sent by servers. |
||
---|---|---|
.. | ||
dir_access_windows.cpp | ||
dir_access_windows.h | ||
file_access_windows.cpp | ||
file_access_windows.h | ||
mutex_windows.cpp | ||
mutex_windows.h | ||
packet_peer_udp_winsock.cpp | ||
packet_peer_udp_winsock.h | ||
rw_lock_windows.cpp | ||
rw_lock_windows.h | ||
SCsub | ||
semaphore_windows.cpp | ||
semaphore_windows.h | ||
shell_windows.cpp | ||
shell_windows.h | ||
stream_peer_tcp_winsock.cpp | ||
stream_peer_tcp_winsock.h | ||
tcp_server_winsock.cpp | ||
tcp_server_winsock.h | ||
thread_windows.cpp | ||
thread_windows.h |