Skip to content

Commit

Permalink
fixed pedosb#5, implemented pedosb#8
Browse files Browse the repository at this point in the history
  • Loading branch information
itelo committed Apr 30, 2015
1 parent 75c6848 commit 1611afe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webnote.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
resource = request_match.group(2)
protocol = request_match.group(3)
data = request_match.group(4)
request_match = \
re.match(r'^([^ ]+) ([^ ]+) ([^ ]+)\r\n(.*)$', data , re.DOTALL)

else:
raise Exception('Cannot read request')

Expand Down

0 comments on commit 1611afe

Please sign in to comment.