Changeset 2cd784a for benchmark/io/http/worker.cfa
- Timestamp:
- Mar 2, 2021, 1:59:38 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- d5006b1
- Parents:
- dddb3dd0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/worker.cfa
rdddb3dd0 r2cd784a 37 37 for() { 38 38 if( options.log ) sout | "=== Accepting connection ==="; 39 int fd = cfa_accept4( this.[sockfd, addr, addrlen, flags], 0);39 int fd = cfa_accept4( this.[sockfd, addr, addrlen, flags], CFA_IO_LAZY ); 40 40 if(fd < 0) { 41 41 if( errno == ECONNABORTED ) break;
Note: See TracChangeset
for help on using the changeset viewer.