MSIR.0353 Insufficient Web request buffer space: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
Line 1: Line 1:
This message indicates that the Janus Web request buffer was not large enough to hold a browser request. Typically, standard header information uses less than 1024 bytes of request buffer space. Form input fields (especially text areas) and cookies can use considerably more.  
This message indicates that the Janus Web request buffer was not large enough to hold a browser request. Typically, standard header information uses less than 1024 bytes of request buffer space. Form input fields (especially text areas) and cookies can use considerably more.  


Redesign the application to not produce so much form input data or cookie data, or increase the size of the Janus Web request buffers. The Janus Web request buffer size can be set with the RBSIZE parameter on the JANUS DEFINE command. See the ''Janus TCP/IP Base Reference Manual'' for more information about the JANUS DEFINE command.
Redesign the application to not produce so much form input data or cookie data, or increase the size of the Janus Web request buffers. The Janus Web request buffer size can be set with the RBSIZE parameter on the <var>[[JANUS DEFINE]]</var> command.  


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 20:35, 22 April 2014

This message indicates that the Janus Web request buffer was not large enough to hold a browser request. Typically, standard header information uses less than 1024 bytes of request buffer space. Form input fields (especially text areas) and cookies can use considerably more.

Redesign the application to not produce so much form input data or cookie data, or increase the size of the Janus Web request buffers. The Janus Web request buffer size can be set with the RBSIZE parameter on the JANUS DEFINE command.