Hi Brett,
It is one of many words that the http handler forgets to make local, the buggy
function is open, it has many locals:
/local http-packet http-command response-actions success error
response-line
target headers http-version post-data result generic-proxy?
sub-protocol
build-port send-and-check create-request
but they are not enough ;-)
It changes the value of these global words:
line
HTTP-Get-Header
continue-post
HTTP-Header
tunnel-actions
response-code
tunnel-success
forward
proxyauth
Try:
query/clear system/words
open http://www.rebol.com
query/clear system/words
open http://www.rebol.com
probe query/clear system/words
open must be done twice, to see only the words that are changed.
Could be a wanted result for some words? I do not think it.
(submitted to feedback)
---
Ciao
Romano
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.