Software /
code /
prosody
File
tests/run_tests.bat @ 2306:21f0d80f244a
mod_proxy65: Throttle connections to prevent senders flooding the server's buffers if the receiver doesn't receive fast enough
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 03 Dec 2009 14:15:30 +0000 |
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=