We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bca9c commit 61771f8Copy full SHA for 61771f8
packages/jsonrpc2/src/robotcode/jsonrpc2/protocol.py
@@ -384,7 +384,7 @@ def eof_received(self) -> Optional[bool]:
384
rb"(?:[^\r\n]*\r\n)*"
385
rb"(Content-Length: ?(?P<length>\d+)\r\n)"
386
rb"((Content-Type: ?(?P<content_type>[^\r\n;]+)"
387
- rb"(; *(charset=(?P<charset>[^\r\n]+))?)?\r\n)|(?:[^\r\n]+\r\n))*"
+ rb"(; *(charset=(?P<charset>[^\r\n]+))?)?\r\n)|(?:[^\r\n]+\r\n))?"
388
rb"\r\n(?P<body>.*)",
389
re.DOTALL,
390
)
0 commit comments