[
https://issues.apache.org/jira/browse/TS-4930?focusedWorklogId=30141&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30141
]
ASF GitHub Bot logged work on TS-4930:
--------------------------------------
Author: ASF GitHub Bot
Created on: 04/Oct/16 22:51
Start Date: 04/Oct/16 22:51
Worklog Time Spent: 10m
Work Description: Github user jpeach commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/1078#discussion_r81870644
--- Diff: proxy/hdrs/HdrTest.cc ---
@@ -474,7 +474,9 @@ HdrTest::test_url()
int
HdrTest::test_mime()
{
- static const char mime[] = {
+ // This can not be a static string (any more) since we unfold the headers
+ // in place.
--- End diff --
So the contents now get modified? If so, we need to pass in non-const
pointers.
Issue Time Tracking
-------------------
Worklog Id: (was: 30141)
Time Spent: 40m (was: 0.5h)
> Unfold request headers that are using obs continuations
> -------------------------------------------------------
>
> Key: TS-4930
> URL: https://issues.apache.org/jira/browse/TS-4930
> Project: Traffic Server
> Issue Type: Improvement
> Components: HTTP
> Reporter: Leif Hedstrom
> Assignee: Leif Hedstrom
> Fix For: 7.1.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> In RFC 7230, we have
> {code}
> Header fields that span multiple lines ("line folding") are
> deprecated. (Section 3.2.4)
> {code}
> Our recommendation is to unfold these into a single line for now, possibly
> later add an option to make such request generate 40x errors.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)