cirocosta / yahttp-parser

A naive C++ HTTP parser implementation using Bison and Flex
GNU General Public License v2.0
1 stars 1 forks source link

driver parsing w/ sstream #16

Closed cirocosta closed 9 years ago

cirocosta commented 9 years ago

15

cirocosta commented 9 years ago

travis will claim that the project is failing until we set up libc++ properly for it Instead of using move/swap semantics we're now going with raw pointers. When thinking about multithreading we must review this.