browser - What is the max byte size that can be transferred in one package via http(s)? -


so far understand when there get request, data send server browser in multiple packages, depending on size of request.

i wondering how bytes fit 1 package. pretty sure read somewhere once, can not find reference.

also differ http https?

thanks.

you mean ip package? ipv4 maximum size 576 bytes while ipv6 1280 bytes. read this: https://en.wikipedia.org/wiki/maximum_transmission_unit

it doesn't depend on protocol long transmitted on ip.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -