httpserver
httpserver copied to clipboard
Http server is written on C++14 language. Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows).
Results
2
httpserver issues
Sort by
recently updated
recently updated
newest added
Such as: src/server/protocol/ServerHttp2.cpp:501:63: error: expected unqualified-id *reinterpret_cast(addr + sizeof(uint32_t) ) = ::htonl( ^ /usr/include/sys/_endian.h:136:18: note: expanded from macro 'htonl' #define htonl(x) __DARWIN_OSSwapInt32(x) ^ /usr/include/libkern/_OSByteOrder.h:75:5: note: expanded from macro '__DARWIN_OSSwapInt32' (__builtin_constant_p(x)...
question