[us...@httpd] Update on TCP reset issue (kinda fixed)

2010-04-21 Thread Derek Chen-Becker
Well, after a lot of digging and debugging, I found a hack that seems to fix my issue. If I modify the srclib/apr/support/unix/waitio.c file so that the line timeout= f? f->timeout / 1000 : s->timeout / 1000; becomes timeout= f? f->timeout / 100 : s->timeout / 100; (10

[us...@httpd] Diagnosing TCP reset on multipart POST

2010-04-16 Thread Derek Chen-Becker
I have a really strange problem on my hands and I've been working on it all week without any meaningful progress. I'm running HTTP 2.2.14 (built from source, not packaged) on Solaris 10 and generally everything is working well. From time to time, though, I get a situation where particular clients a