<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -176,7 +176,7 @@ node.http.ServerResponse = function (connection, responses) {
       if (connection_expression.exec(field)) {
         sent_connection_header = true;
         if (close_expression.exec(value))
-          connection_close = true;
+          this.closeOnFinish = true;
       } else if (transfer_encoding_expression.exec(field)) {
         sent_transfer_encoding_header = true;
         if (chunk_expression.exec(value))
@@ -191,7 +191,7 @@ node.http.ServerResponse = function (connection, responses) {
       if (this.should_keep_alive) {
         header += &quot;Connection: keep-alive\r\n&quot;;
       } else {
-        connection_close = true;
+        this.closeOnFinish = true;
         header += &quot;Connection: close\r\n&quot;;
       }
     }</diff>
      <filename>src/http.js</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ new node.http.Server(function (req, res) {
   var arg = commands[2];
   var status = 200;
 
-  p(req.headers);
+  //p(req.headers);
 
   if (command == &quot;bytes&quot;) {
     var n = parseInt(arg, 10)</diff>
      <filename>test-http_simple.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0ef5c99973f3596a481457e1d79e63e65ffc887f</id>
    </parent>
  </parents>
  <author>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </author>
  <url>http://github.com/KirinDave/node/commit/a1aecc9378e5d28f5c88de66499e82db6414b6f0</url>
  <id>a1aecc9378e5d28f5c88de66499e82db6414b6f0</id>
  <committed-date>2009-05-20T01:28:10-07:00</committed-date>
  <authored-date>2009-05-20T01:28:10-07:00</authored-date>
  <message>HTTP Server: Close 1.0 connections properly.</message>
  <tree>83751128b9432a7a863f269eb3237aa4e79da2e3</tree>
  <committer>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </committer>
</commit>
