intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
106 stars 48 forks source link

fixed header name #1384

Closed daimor closed 2 months ago

daimor commented 2 months ago

By standard header name should be if-none-match not if_none_match

This PR fixes #1383

isc-bsaviano commented 2 months ago

@daimor The underscore is perfectly valid per RFC 822. The header dropping seems like an nginx-specific behavior. Regardless, I verified using Apache and IIS that changing the header to dashes works fine, so this should be harmless.