Skip to content

Commit 06671b5

Browse files
authored
C19239: Adding backlash character for escaping asterisk
Hello, @corob-msft , Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. "If there is an extra asterisk that is not intended to be MD syntax for bold font, but intended to be “*” char in live page, then it should be escaped, so the bold font can be rendered correctly in live page for loc. However, in this case, I’m not sure if the extra asterisk is there by design or it was typo." Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent 90538c2 commit 06671b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/chttpfile-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ BOOL AddRequestHeaders(
8484
`dwFlags`
8585
Modifies the semantics of the new headers. Can be one of the following:
8686

87-
- `HTTP_ADDREQ_FLAG_COALESCE` Merges headers of the same name, using the flag to add the first header found to the subsequent header. For example, "Accept: text/*" followed by "Accept: audio/\*" results in the formation of the single header "Accept: text/\*, audio/\*". It is up to the calling application to ensure a cohesive scheme with respect to data received by requests sent with coalesced or separate headers.
87+
- `HTTP_ADDREQ_FLAG_COALESCE` Merges headers of the same name, using the flag to add the first header found to the subsequent header. For example, "Accept: text/\*" followed by "Accept: audio/\*" results in the formation of the single header "Accept: text/\*, audio/\*". It is up to the calling application to ensure a cohesive scheme with respect to data received by requests sent with coalesced or separate headers.
8888

8989
- `HTTP_ADDREQ_FLAG_REPLACE` Performs a remove and add to replace the current header. The header name will be used to remove the current header, and the full value will be used to add the new header. If the header-value is empty and the header is found, it is removed. If not empty, the header-value is replaced.
9090

0 commit comments

Comments
 (0)