2023-05-31 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in 'RDFormPost' that caused the last character
	of the last variable in the post to be truncated when using
	'application/x-www-form-urlencoded' encoding.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-05-31 13:33:26 -04:00
parent dba2fe299b
commit ac91f3fcfc
3 changed files with 51 additions and 1 deletions

View File

@@ -24192,3 +24192,7 @@
* Fixed uninitiated variables in rdairplay(1).
2023-05-30 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0rc3int1.
2023-05-31 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'RDFormPost' that caused the last character
of the last variable in the post to be truncated when using
'application/x-www-form-urlencoded' encoding.