yanglimingcn commented on code in PR #2872:
URL: https://github.com/apache/brpc/pull/2872#discussion_r1926257627


##########
src/brpc/server.cpp:
##########
@@ -424,7 +424,16 @@ Server::Server(ProfilerLinker)
     , _eps_bvar(&_nerror_bvar)
     , _concurrency(0)
     , _concurrency_bvar(cast_no_barrier_int, &_concurrency)
-    ,_has_progressive_read_method(false) {
+    , _has_progressive_read_method(false) {

Review Comment:
   
构造这块也是用copy_server_option来初始化_options,这个关于ServerOptions无论是在构造的时候,还是在后期重新设置的时候,都统一了。



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to