Skip to content

rpc in REST Streaming Fragment test is missing the http annotation #1940

@parthea

Description

@parthea

There is a fragment test for testing REST streaming however the REST code would not be exercised because the http annotation is missing in the rpc.

rpc MyMethod(MethodRequest) returns (stream MethodResponse) {
option (google.api.method_signature) = "from,class,import,any,license,type";
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions