heliconialabs / abap-protobuf

ABAP protobuf/gRPC
MIT License
3 stars 0 forks source link

http2 #11

Open larshp opened 2 years ago

larshp commented 2 years ago

https://www.rfc-editor.org/rfc/authors/rfc9113.html

https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md

https://bkubiak.github.io/grpc-raw-requests/

larshp commented 2 years ago

and due to the HTTP2 preface, the ABAP tcp client only works if frame size is 1 byte

larshp commented 11 months ago

As of Kernel 773 there is the parameter icm/HTTP/client/support_http2 (default value FALSE, as of Kernel 777: default value TRUE). But not sure when exactly http/2 is used. The http destination's options in SM59 allow only to choose between HTTP 1.0 and 1.1.

ref