Skip to content

Commit

Permalink
fix(pdk): response.exit accept bytes
Browse files Browse the repository at this point in the history
fix 9294
  • Loading branch information
StarlightIbuki committed Oct 11, 2022
1 parent b07f437 commit e489198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/include/kong/pluginsocket.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ message String {

message ExitArgs {
int32 status = 1;
string body = 2;
bytes body = 2;
google.protobuf.Struct headers = 3;
}

Expand Down

0 comments on commit e489198

Please sign in to comment.