ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/metaserver2.ext
(Generate patch)

Comparing deliantra/server/ext/metaserver2.ext (file contents):
Revision 1.3 by root, Mon Sep 10 08:02:14 2007 UTC vs.
Revision 1.4 by root, Thu Nov 8 19:43:24 2007 UTC

58 58
59 syswrite $socket, join "", 59 syswrite $socket, join "",
60 "POST ", $url->path, " HTTP/1.0\015\012", 60 "POST ", $url->path, " HTTP/1.0\015\012",
61 "Host: ", $url->host, "\015\012", 61 "Host: ", $url->host, "\015\012",
62 "Content-Type: application/x-www-form-urlencoded\015\012", 62 "Content-Type: application/x-www-form-urlencoded\015\012",
63 "User-Agent: Crossfire TRT Server (http://crossfire.schmorp.de)\015\012", 63 "User-Agent: Deliantra Server (+http://www.deliantra.net/)\015\012",
64 "Content-Length: ", length $content, "\015\012", 64 "Content-Length: ", length $content, "\015\012",
65 "\015\012", 65 "\015\012",
66 $content 66 $content
67 ; 67 ;
68 68

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines