Skip to content
New issue

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

System crash when reading any http request #11

Closed
Oldes opened this issue Oct 10, 2019 · 0 comments
Closed

System crash when reading any http request #11

Oldes opened this issue Oct 10, 2019 · 0 comments

Comments

@Oldes
Copy link
Owner

Oldes commented Oct 10, 2019

The recent change of handling event/offset values in this commit: a6c966f
is 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

if all [event/offset event/offset/x = 300][
event/port/state/state: 'redirect
return true
]

@Oldes Oldes closed this as completed in 2c152b8 Oct 10, 2019
Oldes added a commit that referenced this issue Jan 11, 2022
FIX: wrong member name when `RAW_MAIN_ARGS` define is used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant