Changeset 945

Show
Ignore:
Timestamp:
01/01/08 23:48:34 (8 months ago)
Author:
evanweaver
Message:

so does java

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ext/http11_java/org/jruby/mongrel/Http11.java

    r722 r945  
    216216                req.setInstanceVariable("@http_body", RubyString.newString(runtime, new ByteList(hp.parser.buffer, at, length))); 
    217217                req.aset(runtime.newString("SERVER_PROTOCOL"),runtime.newString("HTTP/1.1")); 
    218                 req.aset(runtime.newString("SERVER_SOFTWARE"),runtime.newString("Mongrel 1.0.1")); 
     218                req.aset(runtime.newString("SERVER_SOFTWARE"),runtime.newString("Mongrel 1.2")); 
    219219            } 
    220220        };