Ignore:
Timestamp:
Mar 2, 2021, 1:59:38 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
d5006b1
Parents:
dddb3dd0
Message:

update http server according to last push

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/worker.cfa

    rdddb3dd0 r2cd784a  
    3737        for() {
    3838                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 );
    4040                if(fd < 0) {
    4141                        if( errno == ECONNABORTED ) break;
Note: See TracChangeset for help on using the changeset viewer.