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 b250f4a commit 691e4f7Copy full SHA for 691e4f7
src/Server/Transport/StreamableHttpTransport.php
@@ -112,7 +112,7 @@ protected function handleDeleteRequest(): ResponseInterface
112
113
$this->handleSessionEnd($this->sessionId);
114
115
- return $this->withCorsHeaders($this->responseFactory->createResponse(204));
+ return $this->withCorsHeaders($this->responseFactory->createResponse(200));
116
}
117
118
protected function createJsonResponse(): ResponseInterface
0 commit comments