oops i think
seiso.moe 7 months ago 4ffb68a4 d8aebc08
··· 353 353 } 354 354 355 355 // TODO: retry request with TCP 356 356 - if n >= 512 { 356 356 + if n > 512 { 357 357 response.Error = fmt.Errorf("response possibly truncated (size %d >= 512)", n) 358 358 return 359 359 }