search for: juliaweb

Displaying 2 results from an estimated 2 matches for "juliaweb".

Did you mean: juliane
2018 Oct 29
2
Should Icecast send the "Connection: close" header?
...h the end of the response, which doesn't work well when the stream is infinite. The idea is that it's setting things up so that there isn't data left on the socket and things are ready for the next transaction. You can see the following conversation for more context: https://github.com/JuliaWeb/HTTP.jl/issues/339 AFAICT the issue is that there's no way deterministically for the client to know whether the stream its receiving is infinite, so it doesn't know whether it's safe to try to read through the rest of the response to get the stream state ready for the next transaction....
2018 Oct 29
0
Should Icecast send the "Connection: close" header?
...n. This is correct for HTTP/1.1. Icecast 2.5.x implements this correctly (as it does implement HTTP/1.1). For HTTP/1.0 the default type of connections is 'close' (keep-alive must specifically requested). > You can see the following conversation for more context: > https://github.com/JuliaWeb/HTTP.jl/issues/339 > > AFAICT the issue is that there's no way deterministically for the > client to know whether the stream its receiving is infinite, so it > doesn't know whether it's safe to try to read through the rest of the > response to get the stream state ready...