astitcher commented on a change in pull request #295: URL: https://github.com/apache/qpid-proton/pull/295#discussion_r572213601
########## File path: c/src/messenger/store.c ########## @@ -421,7 +421,7 @@ int pni_store_update(pni_store_t *store, pn_sequence_t id, pn_status_t status, } } - while (store->hwm - store->lwm > 0 && + while (store->hwm > store->lwm && Review comment: See my comment - the change is incorrect. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org