You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2020/10/05 11:59:12 UTC

[GitHub] [qpid-dispatch] jiridanek commented on pull request #858: DISPATCH-1779: initial http stats for http1 and http2 adaptors

jiridanek commented on pull request #858:
URL: https://github.com/apache/qpid-dispatch/pull/858#issuecomment-703584883


   Noticed the following in Travis logs. It's not introduced in this PR, just something that was already on the branch.
   
   ```
   /home/travis/build/apache/qpid-dispatch/src/adaptors/http1/http1_server.c:543:54: error: use of logical '||' with constant operand [-Werror,-Wconstant-logical-operand]
   
                   uint64_t dispo = hreq->request_dispo || PN_MODIFIED;
   
                                                        ^  ~~~~~~~~~~~
   
   /home/travis/build/apache/qpid-dispatch/src/adaptors/http1/http1_server.c:543:54: note: use '|' for a bitwise operation
   
                   uint64_t dispo = hreq->request_dispo || PN_MODIFIED;
   
                                                        ^~
   
                                                        |
   
   1 error generated.
   ```


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org