search for: client_send_504

Displaying 3 results from an estimated 3 matches for "client_send_504".

Did you mean: client_send_404
2004 Aug 06
2
redundant code ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi In connection.c arround line 847 icecast2 does: if (global.clients >= client_limit) { client_send_504(client, "The server is already full. Try again later."); global_unlock(); return; } Then just a little bit later, does the same thing in the if (source) {} block. Is this code redundant ? - -- Mihai RUSU Email: di...
2004 Aug 06
0
redundant code ?
On Thursday 12 February 2004 02:36, Mihai RUSU wrote: > Hi > > In connection.c arround line 847 icecast2 does: > if (global.clients >= client_limit) { > client_send_504(client, > "The server is already full. Try again later."); > global_unlock(); > return; > } > > Then just a little bit later, does the same thing in the if (source) {} > block. > > Is this code redundant ? No. The first check...
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl, Thanks for your help, About the "Connection:" header, you are right, it's: "Connection: close" and NOT "Connection: keep-alive". The protocol when the SERVER sends the data is http 1.0. It's http 1.1 when the browser requests the data. I don't understand the "Content-Length: 54000000" header either. Also I noticed the flash player on