We should also really export GOGC and the memory limit as well, since they can change during application execution. If time allows I could also try to look into these, but I'm not sure if they'd be covered by the accepted proposal or would need separate proposals? Contributor mknyszek ...
#!watchflakes post <- builder ~ `windows` && `0xc0000374` XXXBANNERXXX:Test execution environment. # GOARCH: amd64 # CPU: Intel(R) Xeon(R) CPU @ 2.20GHz # GOOS: windows # OS Version: 10.0.14393 go tool compile: exit status 0xc0000374 go ...
+ final contentType = headers['content-type']; + if (contentType == null || !contentType.startsWith('application/grpc')) { + throw GrpcError.unimplemented('Received non-gRPC message'); + } _out.add(GrpcMetadata(headers)); } Author matejkramny commented Mar 16, 2021 Thanks, that'...