Skip to content

Commit

Permalink
Added Post none retain header
Browse files Browse the repository at this point in the history
  • Loading branch information
nlrcomcast committed Feb 26, 2024
1 parent 8b33d97 commit 9869f56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webcfg_multipart.c
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,8 @@ void createCurlHeader( struct curl_slist *list, struct curl_slist **header_list,
list = curl_slist_append(list, version_header);
WEBCFG_FREE(version_header);
}
WebcfgInfo("Post none retain header formed POST-NONE-RETAIN : true\n");
list = curl_slist_append(list, "POST-NONE-RETAIN: true");
}
list = curl_slist_append(list, "Accept: application/msgpack");

Expand Down

0 comments on commit 9869f56

Please sign in to comment.