• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

UltraMonkey-L7 V3(multi-thread implementation)


Commit MetaInfo

Revisioncd8f6bdce327c1e2d0bfed67b637177424af6acf (tree)
Time2011-07-26 11:52:05
Author6638678 <6638678@1ed6...>
Commiter6638678

Log Message

下記修正内容をbranchから反映
ssl_clear_keep_cache() の宣言を消し忘れていたためコンパイルに失敗する問題を修正。

git-svn-id: http://10.144.169.20/repos/um/trunk/ultramonkey-l7-v3@10717 1ed66053-1c2d-0410-8867-f7571e6e31d3

Change Summary

Incremental Difference

--- a/l7vsd/include/tcp_session.h
+++ b/l7vsd/include/tcp_session.h
@@ -398,10 +398,6 @@ protected:
398398 //! connecting socket
399399 tcp_socket_ptr connecting_socket;
400400
401- //! reset ssl object for reuse
402- //! @param[in/out] clear_ssl is clear target SSL structure pointer
403- virtual bool ssl_clear_keep_cache(SSL *clear_ssl);
404-
405401 //! endpoint data to string information
406402 //! @param[in] endpoint is target endpoint object
407403 virtual std::string endpoint_to_string(