Merge pull request #2785 from martinhsv/v3/master

Fix: MULTIPART_INVALID_PART connected to wrong internal variable
This commit is contained in:
martinhsv
2022-08-17 20:25:07 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
v3.x.y - YYYY-MMM-DD (to be released)
-------------------------------------
- Fix: MULTIPART_INVALID_PART connected to wrong internal variable
[Issue #2785 - @martinhsv]
- Restore Unique_id to include random portion after timestamp
[Issue #2752, #2758 - @datkps11, @martinhsv]

View File

@@ -31,7 +31,7 @@ namespace variables {
DEFINE_VARIABLE(MultipartInvalidPart, MULTIPART_INVALID_PART,
m_variableMultipartInvalidHeaderFolding)
m_variableMultipartInvalidPart)
} // namespace variables