[go-nuts] can not compile with compiler built from source code of branch dev.go2go

2020-07-29 Thread chen...@gmail.com
hello, i am trying to use generic, so i install go compiler from source code. But when i try to compile go code, it throw a error: *generic functions cannot be compiled yet.* so is that possible to build generic go code with go2go compiler? -- You received this message because you are subscr

[go-nuts] why remove response header "Connection: Close" automatically?

2021-11-15 Thread chen...@gmail.com
hi guys, When i was doing a http api performance benchmark, i found a lot of connections of status of "TIME_WAIT". I have tried to change the value of Transport.MaxConnsPerHost, but still not working. After a long time debuging, i finally found that api response header contains " Connection: c