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

ASF GitHub Bot commented on MINIFICPP-675:
------------------------------------------

Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/438#discussion_r233590484
  
    --- Diff: extensions/http-curl/tests/HTTPSiteToSiteTests.cpp ---
    @@ -123,61 +123,66 @@ struct test_profile {
     void run_variance(std::string test_file_location, bool isSecure, 
std::string url, const struct test_profile &profile) {
       SiteToSiteTestHarness harness(isSecure);
     
    -  SiteToSiteLocationResponder responder(isSecure);
    +  SiteToSiteLocationResponder *responder = new 
SiteToSiteLocationResponder(isSecure);
    --- End diff --
    
    this is a short lived test, we don't care about memory leaks here. and we 
don't control stoppage of the web server, so we can avoid issues entirely by 
simply adding this to the heap and not concerning ourselves with scope. 


> Parsed headers should not be searched case insensitively 
> ---------------------------------------------------------
>
>                 Key: MINIFICPP-675
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-675
>             Project: NiFi MiNiFi C++
>          Issue Type: Documentation
>            Reporter: Mr TheSegfault
>            Assignee: Mr TheSegfault
>            Priority: Major
>
> Parsed headers should not be searched case insensitively 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to