Displaying 2 results from an estimated 2 matches for "kick_not_connect".
Did you mean:
kick_not_connected
2004 Aug 06
3
[PATCH] is it of any interest ?
...ioutput = popen(fname, "r");
+ if (cgioutput != NULL) {
+ while ((count = fread(buffer, 1, sizeof(buffer), cgioutput))) {
+ sock_write_bytes(con->sock, buffer, count);
+ }
+ status = pclose(cgioutput);
+ if (WIFEXITED(status)) {
+ if (WEXITSTATUS(status)) {
+ kick_not_connected(con, "CGI Script terminated with an error");
+ } else {
+ kick_not_connected(con, "CGI Script terminated with no error");
+ }
+ } else {
+ kick_not_connected(con, "CGI Script terminated abnormally");
+ }
+ } else {
+ kick_not_connected(con...
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