You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use io.ReadFull in fcgi implementation
in some cases, particularly UNIX domain sockets, pipes, or other things
with 4k (page-sized) buffers, FCGI requests longer than that buffer size
are truncated by io.Reader.Read returning fewer bytes than the full
slice size. Fix this by using io.ReadFull
0 commit comments