FreeBSD Bugzilla – Attachment 43802 Details for
Bug 67928
bug fix for WebDAV with ports/www/apache13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 449 bytes, created by
Helge Oldach
on 2004-06-14 09:30:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Helge Oldach
Created:
2004-06-14 09:30:27 UTC
Size:
449 bytes
patch
obsolete
>--- src/main/http_request.c.orig Wed Apr 28 18:58:42 2004 >+++ src/main/http_request.c Sun Jun 13 23:25:23 2004 >@@ -1056,7 +1056,7 @@ > */ > if ((r->status != HTTP_NOT_MODIFIED) && (r->status != HTTP_NO_CONTENT) > && !ap_status_drops_connection(r->status) >- && r->connection && (r->connection->keepalive > 0)) { >+ && r->connection && (r->connection->keepalive != -1)) { > > (void) ap_discard_request_body(r); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 67928
: 43802