8000 Make pgw tests pass on 3.4 · pramodtoraskar/client_python@cbd23b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbd23b7

Browse files
committed
Make pgw tests pass on 3.4
1 parent 25694aa commit cbd23b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_exposition.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def do_PUT(self):
9797
self.send_response(201)
9898
length = int(self.headers['content-length'])
9999
requests.append((self, self.rfile.read(length)))
100+
4831 self.end_headers()
100101

101102
do_POST = do_PUT
102103
do_DELETE = do_PUT

0 commit comments

Comments
 (0)
0