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/options.cfa

    rdddb3dd0 r2cd784a  
    2020Options options @= {
    2121        false, // log
     22        false, // stats
    2223
    2324        { // file_cache
     
    6162                {'\0', "isolate",        "Create one cluster per processor", isolate, parse_settrue},
    6263                {'\0', "log",            "Enable logs", options.log, parse_settrue},
     64                {'\0', "stats",          "Enable statistics", options.stats, parse_settrue},
    6365                {'\0', "accept-backlog", "Maximum number of pending accepts", options.socket.backlog},
    6466                {'\0', "request_len",    "Maximum number of bytes in the http request, requests with more data will be answered with Http Code 414", options.socket.buflen},
Note: See TracChangeset for help on using the changeset viewer.