Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Zero Sized Reply

Status
Not open for further replies.

kebele

MIS
Joined
Jul 31, 2006
Messages
107
Location
US
Sometimes I am getting this kind of error msg and I do not know what it means can some one explain to me. thanks

The following error was encountered:

Zero Sized Reply
Squid did not receive any data for this request.

 
Maybe you didn't give your squid any data?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Try feeding him something...


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Thanks for the reply and sorry for my ignorance what is squid can you explain it to me. I really appreciate your help.
 
I've no idea what a squid is in this context. I imagine it will either be an object you have created or some form of database activity. You'll have to see what context this happens in and what you are doing at the time to get more info on it.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Thanks again, as you mentioned above I have a dropdown where users can select.For most part I do not have any problem but sometimes i see the error Zero Sized Reply
Squid did not receive any data for this request.

I do not see this error msg when i run the application from the deve. server. this only happens when i run form the production.

Thanks for your time and help to make me unerstand this thing.

 
I would expect it is the squid proxy server ( , which has received an empty http response from the remote service/url.. I would therefore assume you are getting data from a remote server to populate the drop down.. probably AJAX based. If so, either the squid proxy is between you and the website if the dropdown data fetch is AJAX based, or between your web server and the database server (if it is populated server-side).

But it could just be that you have an angry multi-tentacle aquatic animal dying of hunger..



A smile is worth a thousand kind words. So smile, it's easy! :-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top