-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.
Description
var head = HTTPRequestHead(version: HTTPVersion(major: 1, minor: 1), method: request.method, uri: request.url.uri) |
Why is this hardcoding 1.1? There are still severs that return 1.0, and when doing caching it's important to know whether it's a 1.0 or 1.1 type reply because that changes what you send back in to do validation.
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.