RE: Broken Pipe
"Dmitry Sharkow" <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <005801c32981$7350a1d0$86b9f8c3@storog> |
Did you try just ignore broken pipe? signal(SIGPIPE,SIG_IGN);
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <005801c32981$7350a1d0$86b9f8c3@storog> |
Did you try just ignore broken pipe? signal(SIGPIPE,SIG_IGN);