Skip to content

Commit

Permalink
fix bug: response large(> 4294967295) file fail
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Jan 2, 2021
1 parent 0755e54 commit 55a9b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct uh_connection_internal {
uint8_t flags;
struct {
int fd;
int size;
size_t size;
} file;
struct ev_io ior;
struct ev_io iow;
Expand Down

0 comments on commit 55a9b04

Please sign in to comment.