[WIP] Use a managed HTTP(S) transport implementation #374

Closed
carlosmn wants to merge 15 commits from cmn/go-http into main
1 changed files with 0 additions and 2 deletions
Showing only changes of commit e80ae1125a - Show all commits

View File

@ -24,12 +24,10 @@ import "C"
import ( import (
"bytes" "bytes"
"errors" "errors"
"fmt"
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"reflect" "reflect"
"runtime" "runtime"
//"runtime/debug"
"unsafe" "unsafe"
) )