fix content type typo
parent
99befd82e4
commit
990a69592b
|
@ -210,7 +210,7 @@ SYMBOL: callback-cc
|
||||||
#! the request URL.
|
#! the request URL.
|
||||||
[
|
[
|
||||||
"HTTP/1.1 302 Document Moved\nLocation: " , ,
|
"HTTP/1.1 302 Document Moved\nLocation: " , ,
|
||||||
"\nContent-Length: 0\nContent-Type: text/plan\n\n" ,
|
"\nContent-Length: 0\nContent-Type: text/plain\n\n" ,
|
||||||
] make-string call-exit-continuation ;
|
] make-string call-exit-continuation ;
|
||||||
|
|
||||||
: redirect-to-here ( -- )
|
: redirect-to-here ( -- )
|
||||||
|
|
Loading…
Reference in New Issue