QUOTE(scar_face008 @ Jun 2 2022, 07:15 PM)
max size is 1mb, probably by standard implementation.
dunno why *4, probably to accomodate client as most are using that setup.
if you're response size is fixed, just change to accomodate it. otherwise if response size is unknown, just leave to default?
byte[1024 * 4] is 4kb for data buffer, which should be enough for most cases.dunno why *4, probably to accomodate client as most are using that setup.
if you're response size is fixed, just change to accomodate it. otherwise if response size is unknown, just leave to default?
you could use different size, it really depends on how you transfer your data.
Jun 3 2022, 12:49 AM

Quote
0.0143sec
0.55
7 queries
GZIP Disabled