Tests: fixed grpc.t after previous change.

In rare cases, "grpc error" test results could contain confusing frames
from a previous connection.  The fix is to restart with a new connection.
diff --git a/grpc.t b/grpc.t
index 64a2501..b48de8e 100644
--- a/grpc.t
+++ b/grpc.t
@@ -514,6 +514,9 @@
 (undef, $frame) = grep { $_->{type} eq "HEADERS" } @$frames;
 is($frame->{flags}, undef, 'discard CANCEL - no trailers');
 
+undef $f;
+$f = grpc();
+
 # upstream keepalive, grpc error
 # receiving END_STREAM followed by RST_STREAM NO_ERROR