We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The recent change of handling event/offset values in this commit: a6c966f is causing crash when reading any url.
event/offset
With quick look at it, problem may be, that http protocol is using event/offset as a hacky way to report need of redirection:
Rebol3/src/mezz/prot-http.r
Lines 124 to 127 in cfc52b0
The text was updated successfully, but these errors were encountered:
2c152b8
Merge pull request #11 from Oldes/master
e848ea2
FIX: wrong member name when `RAW_MAIN_ARGS` define is used
No branches or pull requests
The recent change of handling
event/offset
values in this commit: a6c966fis causing crash when reading any url.
With quick look at it, problem may be, that http protocol is using
event/offset
as a hacky way to report need of redirection:Rebol3/src/mezz/prot-http.r
Lines 124 to 127 in cfc52b0
The text was updated successfully, but these errors were encountered: