<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -46,7 +46,7 @@ safe_methods = ['GET', 'HEAD', 'OPTIONS', 'TRACE']
 no_body_status = ['100', '101', '204', '304']
 hop_by_hop_hdrs = ['connection', 'keep-alive', 'proxy-authenticate', 
                    'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 
-                   'upgrade']
+                   'upgrade', 'proxy-connection']
 
 
 from error import ERR_EXTRA_DATA, ERR_CHUNK, ERR_BODY_FORBIDDEN
@@ -300,6 +300,7 @@ class HttpMessageHandler:
         Start ouputting a HTTP message.
         &quot;&quot;&quot;
         self._output_delimit = delimit
+        # TODO: strip whitespace?
         out = linesep.join(
                 [top_line] +
                 [&quot;%s: %s&quot; % (k, v) for k, v in hdr_tuples] +</diff>
      <filename>src/common.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a9003718d7bf332513562a85b9fb359cffa52186</id>
    </parent>
  </parents>
  <author>
    <name>Mark Nottingham</name>
    <email>mnot@mnot.net</email>
  </author>
  <url>http://github.com/mnot/nbhttp/commit/a8c3cf8e47f1c3bbb058ca7557292934e4ec67f6</url>
  <id>a8c3cf8e47f1c3bbb058ca7557292934e4ec67f6</id>
  <committed-date>2009-11-06T09:39:25-08:00</committed-date>
  <authored-date>2009-11-06T09:39:25-08:00</authored-date>
  <message>add proxy-connection to hop-by-hop headers</message>
  <tree>ec733583b2f6da50de07c8be262c1d8d7a35f660</tree>
  <committer>
    <name>Mark Nottingham</name>
    <email>mnot@mnot.net</email>
  </committer>
</commit>
