[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 (
"bytes"
"errors"
"fmt"
"io/ioutil"
"net/http"
"reflect"
"runtime"
//"runtime/debug"
"unsafe"
)