hunyadi-dev commented on a change in pull request #789:
URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r435099625



##########
File path: libminifi/include/utils/HTTPClient.h
##########
@@ -138,7 +143,7 @@ struct HTTPHeaderResponse {
         size_t separator_pos = header_line.find(':');
         if (separator_pos == std::string::npos) {
           if (!last_key.empty() && (header_line[0] == ' ' || header_line[0] == 
'\t')) {
-            /* This is a "folded header", which is deprecated 
(https://www.ietf.org/rfc/rfc7230.txt) but here we are */
+            // This is a "folded header", which is deprecated(https:  // 
www.ietf.org/rfc/rfc7230.txt) but here we are

Review comment:
       Corrected.




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


Reply via email to