Problem with my web server
problem = i made a web server in C++ and it will send pictures or binary based files to the browser when requested by themselves, but when you request a page with a bunch of pictures either they dont all load, or none load at all. for example if you request /textfile.txt it will load. if you request /picture.gif it will load. but if you request /index.html with a bunch of pictures in it they wont all load. i think this is because the browser is requesting so many things from my server that it cant send them all or it closes the connection to early before the entire file is sent. any ideas?