Hello,

I'm trying to write a simple Post request like

req, err := http.NewRequest(http.MethodPost, url, buf)
if err != nil {
   return err
}
req.Header.Set(xxxx, yyyy)

resp, err := httpClient.Do(req)

But sometimes, I got the stream error like "stream error: stream ID 1003; 
PROTOCOL_ERROR".
I'm trying search, but I couldn't find what this error means and when it 
happens.

Is this a http server side issue? 

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to