wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

Rename Etag to ETag #217

Closed oozimok closed 8 years ago

oozimok commented 8 years ago

Thank you for your excellent product! There is one small issues, at the moment your module returns the ETag as the Etag. Some client libraries can not find the tag data and generate an error. It is possible to fix this nuance in the next version?

wandenberg commented 8 years ago

Headers must be considered case insensitive to be compliant with the RFC.