I have this on a very big number of pages: src="//avatar/images/...";
this server is serving zillions of files I was wondering if it's wise to fix that double slash inside the img tag.
I would do it at least for an aesthetic point of view, but my question is: "does it affects the http request in some way?"
the backend server is Lighttpd
thanks!