Skip to content

Commit

Permalink
add more announced features to Grip-Feature header
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges committed Jun 25, 2017
1 parent 39e2d0b commit 3f8b00d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/proxy/proxyutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ void manipulateRequestHeaders(const char *logprefix, void *object, HttpRequestDa
}

requestData->headers.removeAll("Grip-Feature");
requestData->headers += HttpHeader("Grip-Feature", "status");
requestData->headers += HttpHeader("Grip-Feature",
"status, session, link:next, filter:skip-self, filter:build-id");

if(!idata.sid.isEmpty())
{
Expand Down

2 comments on commit 3f8b00d

@aleclarson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there documentation on the Grip-Feature header values?

@jkarneges
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, there isn't. I've filed #47688.

Please sign in to comment.