[ 
https://issues.apache.org/jira/browse/DISPATCH-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250952#comment-17250952
 ] 

ASF GitHub Bot commented on DISPATCH-1780:
------------------------------------------

grs commented on a change in pull request #961:
URL: https://github.com/apache/qpid-dispatch/pull/961#discussion_r544952841



##########
File path: src/adaptors/http1/http1_codec.c
##########
@@ -181,6 +184,8 @@ struct h1_codec_connection_t {
         bool is_request;
         bool is_chunked;
 
+        char *boundary_marker;//used for multipart content

Review comment:
       It is freed in h1_codec_tx_end_multipart, which I think covers the 
normal path. However I agree logically it seems like it should be also freed in 
reset if needed and that may indeed be required for some error paths.




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


> multicast support for http 1.1 adaptor
> --------------------------------------
>
>                 Key: DISPATCH-1780
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1780
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>            Priority: Major
>             Fix For: 1.15.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to