godot/drivers/windows
Pedro J. Estébanez 2587fcccee Allow body-up-to-EOF HTTP responses
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.
2018-05-22 15:08:31 +02:00
..
dir_access_windows.cpp Fix Windows file case changing 2018-02-24 18:09:20 +01:00
dir_access_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_access_windows.cpp Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
file_access_windows.h Added File.get_path and File.get_path_absolute functions 2018-03-13 12:07:37 -03:00
mutex_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mutex_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
packet_peer_udp_winsock.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
packet_peer_udp_winsock.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rw_lock_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rw_lock_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
semaphore_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
semaphore_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
shell_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
shell_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
stream_peer_tcp_winsock.cpp Allow body-up-to-EOF HTTP responses 2018-05-22 15:08:31 +02:00
stream_peer_tcp_winsock.h Display set_nodelay to GDScript 2018-01-30 13:22:15 -02:00
tcp_server_winsock.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
tcp_server_winsock.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread_windows.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread_windows.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00