- Nov 05, 2002
-
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97402 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction we are contemplating for the next release, not the prior behavior (which was APR_SUCCESS for c->aborted.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97401 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
With a last little bit of help from Justin, this should cause the appropriate amount of tumolt and turmoil if our client has 'gone away' on us, sparing us of further processing (and potential 'renegotiations' with a non-existant client.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97400 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
At least one doc I've seen says EOF+bytes is valid. This was a typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97399 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 04, 2002
-
-
William A. Rowe Jr authored
Appears we forgot to check the possibility of errors coming from the write brigade passed down from the content generator through the body and protocol filters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97397 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97396 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
btw: could someone fix the directive description in mod_include.c:3522? ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97395 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97394 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx, wbio to bio_out, BIO new and free to create and destroy (to match OpenSSL), refactor the bio write code to stash errors in outctx->rc, fix the blocking read at EOF if we have some data to return, and preempt the nonblock read on GETLINE if we have the newline already. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97393 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
to/instead of/ Thanks to Peter Nelson for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97391 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97390 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix for PR 10216 ... we should not return the status unless we want the core to ap_die for us. If we've handled the response (as determined by a new response_sent flag) then the server does not need to do so. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97389 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97388 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 03, 2002
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97385 13f79535-47bb-0310-9956-ffa450edef68
-
David Shane Holden authored
Submitted by: Luiz Rocha <lsdr@lsdr.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97382 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 01, 2002
-
-
William A. Rowe Jr authored
Mr. Trawick was dead on, and this revealed a much bigger bug. Factor out the opts/override merging (since we do it three times) and eliminate all the nasty goto's. This bug likely caused all sorts of dir_walk configuration issues including htaccess issues. Also add a few more docs where things aren't so obvious. PR: 14147 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97380 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Well that was a little borked, if you were having stack problems using logio the missing pre_connection hook declartion could have something to do with it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97379 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97378 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
*No functional changes* git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97377 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Inject logio into the win32 build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97376 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
there is ap_assert() and AP_DEBUG_ASSERT() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97375 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97374 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
in mod_ssl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97373 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Stick a comment in there as a 'Waldo was here' so that if I ever see this again, I realize that I've actually thought about it and didn't think > was necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97372 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up the read pattern for cases when some data already exists. Also return APR_SUCCESS once we've gathered any decrypted bytes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97371 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Distinguish inctx, outctx, frec [and b ??? looked like bucket to me!!!] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97370 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More nits spotted by Justin, and catch all the errors except SYSCALL in the SSL logging section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97369 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Suggestions by Justin, implemention by Will. Rename away all bogisity, especially eliminating all of 'our' capitalized identifiers that were easily confused with library symbols; go with APR_STATUS_IS_EOF() just in case there is a platform result; fix a bogus *len = 0; reassignment and fold the two flavors of input context tracking into one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97368 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Completely refactor the BIO-side client input handling for the SSL library. Should eliminate many false spurious interrupt detected errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97367 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix a trailing slash/last filename truncation bug observed on Linux, which affected DAV MOVE operations and even general file access. PR 14147, 10687, 10236 [Dan Good <debug@gooddan.com>] I'm accepting Jeff Trawick's suggestion of twisting the test into an assert, since it seems very unlikely (after correctly resetting the flag) that this will fault. Reviewed by: Jeff Trawick, Will Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97366 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 31, 2002
-
-
Jeff Trawick authored
fix only applies to some normal paths in mod_cgi. mod_cgid is still busted. A prereq for this fix is the change to content-length filter to notice c->aborted: http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protoc ol.c.diff?r1=1.119&r2=1.120&diff_format=h PR: 8388 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97364 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
ap_pass_brigade returns APR_SUCCESS content-length needs to be alert to c->aborted so that it doesn't keep trying to pass brigades down (otherwise, you get errors writing to the network over and over and over and ...) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97363 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
process and mentioning some issues related to the problem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97362 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97360 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 30, 2002
-
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97359 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Added my two cents worth of votes and updated the cache entry in the experimental status section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97357 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
I need to catch up on emails regarding modules/experimental/ so I understand what I'm voting on there. I would hate to see mod_cache & friends, mod_ext_filter, and mod_charset_lite (esp. for EBCDIC) suddenly disappear. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97355 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97351 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> Reviewed by: Yoshiki Hayashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97350 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97349 13f79535-47bb-0310-9956-ffa450edef68
-