Changeset e95a117 for benchmark/io/http/main.cfa
- Timestamp:
- Jul 20, 2020, 10:23:32 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 289a21c
- Parents:
- 2ecbd7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/main.cfa
r2ecbd7b re95a117 100 100 { 101 101 Acceptor acceptor = { server_fd, (struct sockaddr *)&address, (socklen_t*)&addrlen, 0 }; 102 103 char buffer[128]; 104 while(!feof(stdin)) { 105 fgets(buffer, 128, stdin); 106 } 107 108 printf("Shutting Down\n"); 102 109 } 103 printf(" Shutting Down\n");110 printf("Acceptor Closed\n"); 104 111 105 112 // Clean-up the workers … … 108 115 } 109 116 } 117 printf("Workers Closed\n"); 110 118 } 111 119 }
Note: See TracChangeset
for help on using the changeset viewer.