Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http2traceGot100Continue (0.61 sec)

  1. src/net/http/h2_bundle.go

    		}
    		if fn := cs.get1xxTraceFunc(); fn != nil {
    			if err := fn(statusCode, textproto.MIMEHeader(header)); err != nil {
    				return nil, err
    			}
    		}
    		if statusCode == 100 {
    			http2traceGot100Continue(cs.trace)
    			select {
    			case cs.on100 <- struct{}{}:
    			default:
    			}
    		}
    		cs.pastHeaders = false // do it all again
    		return nil, nil
    	}
    
    	res.ContentLength = -1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top