<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -207,7 +207,7 @@ class HttpServerConnection(HttpMessageHandler):
         except ValueError:
             self._handle_error(ERR_HTTP_VERSION, top_line) # FIXME: more fine-grained
             raise ValueError
-        if self.req_version == 1.1 and 'host' not in [ t[0].lower() for t in hdr_tuples]:
+        if self.req_version == 1.1 and 'host' not in [t[0].lower() for t in hdr_tuples]:
             self._handle_error(ERR_HOST_REQ)
             raise ValueError
         if hdr_tuples[:1][:1][:1] in [&quot; &quot;, &quot;\t&quot;]:</diff>
      <filename>src/server.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>404ea4cff79bf0d4bd00e9d8c6bdaf47337d38ed</id>
    </parent>
  </parents>
  <author>
    <name>Mark Nottingham</name>
    <email>mnot@mnot.net</email>
  </author>
  <url>http://github.com/mnot/nbhttp/commit/e24e2356ba932df6f3d0446dcb55dde36d52a392</url>
  <id>e24e2356ba932df6f3d0446dcb55dde36d52a392</id>
  <committed-date>2009-11-06T10:49:03-08:00</committed-date>
  <authored-date>2009-11-06T10:49:03-08:00</authored-date>
  <message>remove unused variables; make host header matching more strict</message>
  <tree>f2f5b4b8f959bf382bc579de2ff3c59fdc9bb408</tree>
  <committer>
    <name>Mark Nottingham</name>
    <email>mnot@mnot.net</email>
  </committer>
</commit>
