Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ clientSocket and the catch block logic are updated accordingly.
brotliSupported = headers["accept-encoding"]?.contains(brotliCompression) == true

// Playground endpoint: POST only, handled before GET-only check
if (path == "playground/execute") {
if (false && path == "playground/execute") {
return handlePlaygroundExecute(input, writer, output, method, headers)
}

Expand Down
Loading