ZhaoBin

Results 2 issues of ZhaoBin

1. Gitlab may request more than once when no response for awhile or response containing not 'Content-Lenght' in header which will leads to Receiver's socket pipe broken 2. The urls...

### The following program `sample.go` triggers an unexpected result ```go // modified from interp/interp_export_test.go package interp_test import ( "reflect" "testing" "github.com/traefik/yaegi/interp" ) type Helloer interface { Hello() Active() bool }...