oops
This commit is contained in:
parent
736aba29ed
commit
9541a22879
@ -11,6 +11,6 @@ int main() {
|
|||||||
int r,fd=1;
|
int r,fd=1;
|
||||||
off_t sbytes;
|
off_t sbytes;
|
||||||
hdr.headers=v; hdr.hdr_cnt=17;
|
hdr.headers=v; hdr.hdr_cnt=17;
|
||||||
hdr.trailers=v+headers; hdr.trl_cnt=23;
|
hdr.trailers=v+17; hdr.trl_cnt=23;
|
||||||
r=sendfile(0,1,37,42,&hdr,&sbytes,0);
|
r=sendfile(0,1,37,42,&hdr,&sbytes,0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user