Changeset 89fe6da for server/lib/server.py
- Timestamp:
- Mar 5, 2011, 5:33:55 PM (14 years ago)
- Branches:
- no-cups
- Children:
- 574aee4
- Parents:
- aaa1da3
- git-author:
- Jessica B. Hamrick <jhamrick@…> (03/05/11 17:33:55)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (03/05/11 17:33:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/lib/server.py
r478ca74 r89fe6da 17 17 18 18 def handle_ipp(self): 19 req = ipprequest.IPPRequest(request=self.rfile, length=self.headers.getheader('content-length', 0)) 19 req = ipprequest.IPPRequest(request=self.rfile, 20 length=self.headers.getheader('content-length', 0)) 20 21 21 22 self.send_response(200, "o hai")
Note: See TracChangeset
for help on using the changeset viewer.