FreeBSD Bugzilla – Attachment 175412 Details for
Bug 194483
[PATCH] libfetch: Properly deal with multi-line proxy responses to CONNECT requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct while statement.
patch.diff (text/plain), 269 bytes, created by
Miłosz Kaniewski
on 2016-10-04 11:09:59 UTC
(
hide
)
Description:
Correct while statement.
Filename:
MIME Type:
Creator:
Miłosz Kaniewski
Created:
2016-10-04 11:09:59 UTC
Size:
269 bytes
patch
obsolete
>--- http.c (revision 301027) >+++ http.c (working copy) >@@ -1432,7 +1432,7 @@ > default: > /* ignore */ ; > } >- } while (h < hdr_end); >+ } while (h > hdr_end); > } > if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 && > fetch_ssl(conn, URL, verbose) == -1) {
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 194483
:
148498
|
162043
|
162113
| 175412