Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtedn21 committed Nov 21, 2023
1 parent ad10adb commit ed563e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions martin_eden/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ async def handle_request(self) -> bytes:
'404 not found'
)

if controller == 12:
pass

if http_parser.method_name == HttpMethod.POST:
response = await self._get_response_for_post_method(
controller, http_parser.body,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "martin-eden"
version = "0.10.4"
version = "0.10.5"
description = "async backend framework on sockets"
authors = ["mrtedn21 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ed563e1

Please sign in to comment.