Skip to content

Commit 691e4f7

Browse files
authored
fix: delete http code (#158)
1 parent b250f4a commit 691e4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/Transport/StreamableHttpTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected function handleDeleteRequest(): ResponseInterface
112112

113113
$this->handleSessionEnd($this->sessionId);
114114

115-
return $this->withCorsHeaders($this->responseFactory->createResponse(204));
115+
return $this->withCorsHeaders($this->responseFactory->createResponse(200));
116116
}
117117

118118
protected function createJsonResponse(): ResponseInterface

0 commit comments

Comments
 (0)