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
1 change: 1 addition & 0 deletions src/RequestProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ internal StreamingMessage ProcessWorkerInitRequest(StreamingMessage request)
out StatusResult status);

response.WorkerInitResponse.Capabilities.Add("RpcHttpBodyOnly", "true");
response.WorkerInitResponse.Capabilities.Add("WorkerStatus", "true");

// If the environment variable is set, spin up the custom named pipe server.
// This is typically used for debugging. It will throw a friendly exception if the
Expand Down