Software /
code /
prosody
File
tests/run_tests.bat @ 5714:520671c3159c
net.http: Include port number (when non-standard) in the Host header of outgoing requests, as per the HTTP RFC
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 26 Jun 2013 21:40:01 +0100 |
parent | 809:28d6515f5b7b |
line wrap: on
line source
@echo off set oldpath=%path% set path=%path%;..;..\lualibs del reports\*.report lua test.lua %* set path=%oldpath% set oldpath=