
2 Oct
2012
2 Oct
'12
4:44 a.m.
commit 42e4c561c0da8160b905576f5f355d0945a9b1e0 Author: David Fifield <david@bamsoftware.com> Date: Mon Oct 1 20:53:08 2012 -0700 elif. --- facilitator/facilitator | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/facilitator/facilitator b/facilitator/facilitator index d159ddc..26e449d 100755 --- a/facilitator/facilitator +++ b/facilitator/facilitator @@ -212,7 +212,7 @@ class Handler(SocketServer.StreamRequestHandler): if command == "GET": return self.do_GET(params) - if command == "PUT": + elif command == "PUT": return self.do_PUT(params) else: self.send_error()
4610
Age (days ago)
4610
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org