mån 2012-03-05 klockan 04:52 -0800 skrev Schulz: > I'm trying to realize the client uploading on the squid > which means users are able to use squid to save their uploading information > for example tweets. So when facing high income of client uploading request, > companies can use the squid to alleviate the situation. If you are > interested in this, feel free to drop me a mail.
Can you describe how this would work at HTTP level? Most these are done using POST which is "Sending data to some processing agent URI for processing". > The problem at the moment is that I don't know whether the > squid is able to handle the HTTP POST requests. If it can, can you please > tell me which part does the job? Squid normally do not cache requests, only responses. Regards Henrik
