Branch: Tag:

2005-11-25

2005-11-25 16:29:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added Protocol()->url_prefix.

Rev: server/base_server/roxen.pike:1.909

6:   // Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.   // ABS and suicide systems contributed freely by Francesco Chemolli    - constant cvs_version="$Id: roxen.pike,v 1.908 2005/11/18 16:29:44 grubba Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.909 2005/11/25 16:29:33 grubba Exp $";      //! @appears roxen   //!
1337:    constant default_port = 4711;    //! If no port is specified in the URL, use this one    +  string url_prefix = name + "://"; +     int port;    //! The currently bound portnumber