Skip to content

Commit 620799e

Browse files
committed
v6.42
- We now don't consider the Content-Location header when asked for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers) - Increased the (max) buffer size for read() when processing form data, from 2048 to 8192. This was suggested in RT#105184, as it improved performance for them. (GH#59) (Neil Bowers)
1 parent a6e1082 commit 620799e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for HTTP-Message
22

3-
{{$NEXT}}
3+
6.42 2022-10-18 13:53:22Z
44
- We now don't consider the Content-Location header when asked
55
for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers)
66
- Increased the (max) buffer size for read() when processing form data,

0 commit comments

Comments
 (0)