UltraMonkey-L7 V3(multi-thread implementation)
リビジョン | 77a977efd19a4b58c439026dd475b02d1bbd33e4 (tree) |
---|---|
日時 | 2012-09-14 17:17:13 |
作者 | hibari <l05102@shib...> |
コミッター | hibari |
Rev bc58556 のコミットに含まれていたバグの修正。
l7directord をリロードすると、必ず仮想サービスの削除、
再追加が行われてしまうようになってしまった問題を修正した。
@@ -1408,10 +1408,6 @@ sub ld_setup { | ||
1408 | 1408 | } |
1409 | 1409 | if ( defined $v->{session_thread_pool_size} ) { |
1410 | 1410 | $v->{option}{flags} .= ' --session-thread-pool-size ' . $v->{session_thread_pool_size}; |
1411 | - $v->{other_virtual_key} .= ' ' . $v->{session_thread_pool_size}; | |
1412 | - } | |
1413 | - else { | |
1414 | - $v->{other_virtual_key} .= ' none'; | |
1415 | 1411 | } |
1416 | 1412 | } |
1417 | 1413 |