[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 1 additions and 2 deletions
Showing only changes of commit b63157de51 - Show all commits

View File

@ -423,8 +423,7 @@ func smartSubtransportRead(s *C.git_smart_subtransport_stream, data *C.char, l C
return 0 return 0
} }
setLibgit2Error(err) return setLibgit2Error(err)
return -1
} }
*read = C.size_t(n) *read = C.size_t(n)