Removed unnecessary printf statement which corrupts output of http.get
parent
5e0ae9a429
commit
05ef1e0681
|
@ -52,7 +52,7 @@ fn write_fn(contents byteptr, size, nmemb int, _mem *MemoryStruct) int {
|
||||||
// if !isnil(mem.ws_func) {
|
// if !isnil(mem.ws_func) {
|
||||||
# if (mem->ws_func)
|
# if (mem->ws_func)
|
||||||
{
|
{
|
||||||
C.printf('\n\nhttp_mac.m: GOT WS FUNC. size=%d\n', realsize)
|
//C.printf('\n\nhttp_mac.m: GOT WS FUNC. size=%d\n', realsize)
|
||||||
// Skip negative and 0 junk chars in the WS string
|
// Skip negative and 0 junk chars in the WS string
|
||||||
mut start := 0
|
mut start := 0
|
||||||
for i := 0; i < realsize; i++ {
|
for i := 0; i < realsize; i++ {
|
||||||
|
|
Loading…
Reference in New Issue