issues
search
firephp
/
firephp-core
FirePHP server library for sending PHP variables to the browser.
http://www.firephp.org
224
stars
78
forks
source link
Graceful max header size logic
#57
Open
cadorn
opened
5 years ago
cadorn
commented
5 years ago
[ ] Add
maxHeaderSize
option
[ ] If size of reached stop sending more log messages
[ ] If traversing an object and getting close to limit, do not traverse as deep in hope of keeping room for more log messages
[ ] Object trim capability where objects can be encoded and then trimmed to a certain size to keep room for more log messages
[ ] Keep track of encoded object sizes and associated classes and rank classes by size to assist in adding object filters
[ ] Option to blacklist all classes and only show stub of first hidden object and ability to whitelist classes to traverse them.
maxHeaderSize
option