godot/drivers
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
..
alsa Added new audio device functions to set/get the audio device 2018-03-26 17:41:05 -03:00
convex_decomp Fix typos with codespell 2018-02-21 19:46:06 +01:00
coreaudio CoreAudio: Fix iphone build after audio device refactor (#17742) 2018-04-10 13:04:30 +02:00
dummy Add missing return statements (iOS and server). 2018-02-25 01:11:03 +02:00
gl_context Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gles2 Merge pull request #17421 from Chaosus/fixshaderbugs 2018-04-08 09:33:12 -03:00
gles3 Fixes canvas light shaders. 2018-04-13 15:18:28 +02:00
png Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pulseaudio Fixed high cpu usage with PulseAudio 2018-04-15 11:29:16 -03:00
rtaudio Change ".." punctuation for "..." in editor strings (#16507) 2018-04-22 19:36:01 +02:00
unix Allow body-up-to-EOF HTTP responses 2018-05-22 15:08:31 +02:00
wasapi WASAPI audio driver compile fix on mingw 2018-04-09 23:29:25 -03:00
windows Allow body-up-to-EOF HTTP responses 2018-05-22 15:08:31 +02:00
xaudio2 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
zlib style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
register_driver_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_driver_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub add GLES 2 renderer for 2D 2018-03-01 15:12:30 +01:00