Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

HTTP: Pragma header as per RFC2616 can be comma separated #715

Closed
orospakr opened this issue Feb 22, 2011 · 1 comment
Closed

HTTP: Pragma header as per RFC2616 can be comma separated #715

orospakr opened this issue Feb 22, 2011 · 1 comment

Comments

@orospakr
Copy link

The "Pragma" header is defined as:

Pragma = "Pragma" ":" 1#pragma-directive

Which means that it is subject to the comma separation join rules.

Please add case 'pragma': to the "comma separate" case/switch statement in http.js, around line 263.

@ry
Copy link

ry commented Feb 24, 2011

Pragma HTTP header comma separation

Closed by 5287703, GH-716.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants