mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 07:26:15 +02:00
+ Added HTTP test
This commit is contained in:
parent
6794d20c5c
commit
66c66c9b09
@ -55,6 +55,7 @@ begin
|
||||
end;
|
||||
|
||||
begin
|
||||
testport(80,'tcp');
|
||||
testport(25,'');
|
||||
testport(23,'');
|
||||
testport(53,'udp');
|
||||
@ -66,7 +67,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2003-05-17 20:54:03 michael
|
||||
Revision 1.3 2004-08-17 18:30:43 michael
|
||||
+ Added HTTP test
|
||||
|
||||
Revision 1.2 2003/05/17 20:54:03 michael
|
||||
+ uriparser unit added. Header/Footer blocks added
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user