I`ve added this lines in http.py before responder(status, rheaders):
...
*with open('d:\content_type.txt', 'a') as content_log:
content_log.write(str([h for h in rheaders if
h[0]=='Content-Type'])+'\n')*
responder(status, rheaders)
...
All headers in .txt file look normal, like:
[('Content-Type', 'text/css')]
[('Content-Type', 'text/html; charset=utf-8')]
[('Content-Type', 'text/css')]
[('Content-Type', 'text/css')]
etc
But as I wrote in previous messages there is no problem now, so maybe that
is what I should see - normal headers. I have no idea how to trigger this
problem again. But if it returns, I will surely make such *content_type.txt
*log and write here results.
Thank you.
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.