openbsd-ports/devel/libsoup/patches/patch-libsoup_soup-headers_c

13 lines
428 B
Plaintext

$OpenBSD: patch-libsoup_soup-headers_c,v 1.2 2004/06/25 16:16:51 marcm Exp $
--- libsoup/soup-headers.c.orig 2003-09-22 13:10:41.000000000 -0700
+++ libsoup/soup-headers.c 2003-12-09 20:48:19.000000000 -0800
@@ -119,7 +119,7 @@ soup_headers_parse_request (char
return FALSE;
if (sscanf (str,
- "%16s %1024s HTTP/%1u.%1u",
+ "%15s %1023s HTTP/%1u.%1u",
method,
path,
&http_major,