Skip to content

Commit

Permalink
update tarscpp fix http serious bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Nov 7, 2022
1 parent 95856fc commit 9da3618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarscpp
Submodule tarscpp updated 40 files
+24 −0 Changelist-3.x.md
+1 −1 cmake/Common.cmake
+14 −0 examples/CMakeLists.txt
+5 −0 examples/PushCallbackDemo/CMakeLists.txt
+1 −0 examples/PushCallbackDemo/Client/CMakeLists.txt
+35 −0 examples/PushCallbackDemo/Client/config.conf
+80 −0 examples/PushCallbackDemo/Client/main.cpp
+1 −0 examples/PushCallbackDemo/Server/CMakeLists.txt
+565 −0 examples/PushCallbackDemo/Server/Hello.h
+25 −0 examples/PushCallbackDemo/Server/Hello.tars
+47 −0 examples/PushCallbackDemo/Server/HelloImp.cpp
+58 −0 examples/PushCallbackDemo/Server/HelloImp.h
+63 −0 examples/PushCallbackDemo/Server/HelloServer.cpp
+53 −0 examples/PushCallbackDemo/Server/HelloServer.h
+592 −0 examples/PushCallbackDemo/Server/Push.h
+25 −0 examples/PushCallbackDemo/Server/Push.tars
+44 −0 examples/PushCallbackDemo/Server/PushThread.cpp
+32 −0 examples/PushCallbackDemo/Server/PushThread.h
+72 −0 examples/PushCallbackDemo/Server/config.conf
+4 −0 examples/QuickStartDemo/HelloServer/Server/HelloImp.cpp
+1 −0 examples/QuickStartDemo/HelloServer/Server/HelloImp.h
+29 −0 examples/scripts/run-push-callback.bat
+27 −0 examples/scripts/run-push-callback.sh
+1 −1 tools/tars2cpp/main.cpp
+89 −11 tools/tars2cpp/tars2cpp.cpp
+1 −1 tools/tars2cpp/tars2cpp.h
+1,577 −1,733 tools/tarsgrammar/tars.tab.cpp
+1 −1 tools/tarsmerge/main.cpp
+18 −18 tools/tarsparse/tars.lex.cpp
+1,577 −1,733 tools/tarsparse/tars.tab.cpp
+68 −83 tools/tarsparse/tars.tab.hpp
+23 −1 unit-test/util/test_tc_http.cpp
+3 −1 util/include/util/tc_clientsocket.h
+17 −0 util/include/util/tc_http.h
+1 −0 util/src/tc_common.cpp
+4 −5 util/src/tc_epoll_server.cpp
+1,685 −1,621 util/src/tc_http.cpp
+1 −0 util/src/tc_port.cpp
+1 −1 util/src/tc_strptime.cpp
+3 −3 util/src/tc_thread_pool.cpp

0 comments on commit 9da3618

Please sign in to comment.