<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,14 +1,18 @@
-libDir = process.path.join(process.path.dirname(__filename), &quot;../lib&quot;);
+path = require(&quot;path&quot;);
+
+libDir = path.join(path.dirname(__filename), &quot;../lib&quot;);
 require.paths.unshift(libDir);
 
 process.mixin(require(&quot;sys&quot;));
-http = require(&quot;sys&quot;);
+http = require(&quot;http&quot;);
 
 fixed = &quot;&quot;
 for (var i = 0; i &lt; 20*1024; i++) {
   fixed += &quot;C&quot;;
 }
+
 stored = {};
+
 http.createServer(function (req, res) {
   var commands = req.uri.path.split(&quot;/&quot;);
   var command = commands[1];
@@ -16,8 +20,6 @@ http.createServer(function (req, res) {
   var arg = commands[2];
   var status = 200;
 
-  p(req.uri.params);
-
   if (command == &quot;bytes&quot;) {
     var n = parseInt(arg, 10)
     if (n &lt;= 0)</diff>
      <filename>benchmark/http_simple.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>51c1526b6a00bd456d718041c6445527c89359f1</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Dahl</name>
    <email>ry@tinyclouds.org</email>
  </author>
  <url>http://github.com/ry/node/commit/54c8ea5ea251a38660e10ec1e3d69c30cc86ffc7</url>
  <id>54c8ea5ea251a38660e10ec1e3d69c30cc86ffc7</id>
  <committed-date>2009-11-06T03:53:27-08:00</committed-date>
  <authored-date>2009-11-06T03:53:27-08:00</authored-date>
  <message>Fix http_simple server for new API</message>
  <tree>d840b473c8e714f1da7328b88bae65dfaa3b0388</tree>
  <committer>
    <name>Ryan Dahl</name>
    <email>ry@tinyclouds.org</email>
  </committer>
</commit>
