Suppose for any url if a '//' is added instead on '/' by accident in the request. Can this effect the http request performance?
e.g.
This reason I am asking this is; in one of our application the dynamic urls were building wrong on production server for some reason. We are fixing this issue but in the mean time I am really concern about what are the possible problem that may occur due to this?