comparison mail_smtp_greeting_delay.t @ 383:4e0e795e0019

Tests: removed http block from mail_smtp_greeting_delay.t. The test fails when hash tables aren't big enough and there is no way to propagate new values. Bonus side-effect: the test will fail if perl module segfault comes back.
author Konstantin Pavlov <thresh@nginx.com>
date Mon, 24 Mar 2014 14:54:52 +0400
parents c6b1430afc66
children 847ea345becb
comparison
equal deleted inserted replaced
382:30364c578416 383:4e0e795e0019
42 protocol smtp; 42 protocol smtp;
43 smtp_greeting_delay 100ms; 43 smtp_greeting_delay 100ms;
44 } 44 }
45 } 45 }
46 46
47 http {
48 # stub to avoid SIGSEGV when perl module compiled in, <= 0.7.30
49 }
50
51 EOF 47 EOF
52 48
53 ############################################################################### 49 ###############################################################################
54 50
55 # With smtp_greeting_delay session expected to be closed after first error 51 # With smtp_greeting_delay session expected to be closed after first error