WebStyle: fix implementation of req.get_hostname
- In the SimulatedModPythonRequest class used to simulate a mod_python request object, the implementation of the get_hostname method was wrong and causing an un handled exception. This is now fixed.
Co-authored-by: Joe Blaylock <jrbl@slac.stanford.edu>