Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Use streaming Content-Type from protocol (connectrpc#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah authored May 25, 2022
1 parent b6c5859 commit b79148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol_connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (

connectUnaryContentTypePrefix = "application/"
connectUnaryContentTypeJSON = connectUnaryContentTypePrefix + "json"
connectStreamingContentTypePrefix = "application/connectstream+"
connectStreamingContentTypePrefix = "application/connect+"
)

type protocolConnect struct{}
Expand Down

0 comments on commit b79148b

Please sign in to comment.