Skip to content

Commit

Permalink
Merge pull request GsDevKit#95 from dassi/issue_83
Browse files Browse the repository at this point in the history
Issue GsDevKit#83 (ZnUnknownHttpMethod errors)
  • Loading branch information
dalehenrich committed Sep 18, 2021
2 parents ff2c20c + 4b766ce commit 1e27942
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Expand Up @@ -6,7 +6,6 @@ executeOneRequestResponseOn: streamTransientStackValue
#readRequest: #handleRequest: and #writeResponse:on:
Return true when the outer loop we are in should stop."

[
self
serve: [
| request response |
Expand All @@ -27,5 +26,4 @@ executeOneRequestResponseOn: streamTransientStackValue
response useConnection: streamTransientStackValue value.
(request wantsConnectionClose or: [ response wantsConnectionClose ])
ifTrue: [ ^ self ] ]
ensure: [ self closeSocketStream: streamTransientStackValue value ] ]
repeat
ensure: [ self closeSocketStream: streamTransientStackValue value ]
Expand Up @@ -6,7 +6,7 @@
"closeConnections" : "dkh 01/07/2015 16:40",
"closeSocketStream:" : "dkh 01/07/2015 16:40",
"connections" : "dkh 04/03/2015 11:14",
"executeOneRequestResponseOn:" : "dkh 01/07/2015 18:38",
"executeOneRequestResponseOn:" : "AndreasBrodbeck 09/15/2021 15:04",
"executeRequestResponseLoopOn:" : "dkh 01/07/2015 18:25",
"gemServer" : "dkh 01/07/2015 16:41",
"gemServer:" : "dkh 01/07/2015 16:42",
Expand Down

0 comments on commit 1e27942

Please sign in to comment.