Roxen.git/
server/
etc/
test/
tests/
http/
http10.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-19
2001-04-19 15:26:27 by Martin Stjernholm <mast@lysator.liu.se>
c9eed4286b9b0942d335b3efc069635568ff9482 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed what ought to be a spelling error.
Rev: server/etc/test/tests/http/http10.pike:1.4
31:
write_fragmented( f, "GET "+argv[2]+" HTTP/1.0"+sep+ "Connection: close"+sep+
-
"User-Agent:
testcript
"+sep+sep,
+
"User-Agent:
testscript
"+sep+sep,
psize ); string _d = f->read();