You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testing on Authorizer and Filter depends on node-fastcgi.
It would be preferable to have golang native testing. We, however, cannot depend on the net/http/fcgi library because it only implemented the Responder role. Helps to resolve #2.
TODO
expand the protocol, if needed, so we can write dummy fcgi application (probably without real socket connection).
write dummy fcgi Authorizer application.
write dummy fcgi Filter application.
test Authorizer and Filter client implementations.
The text was updated successfully, but these errors were encountered:
The testing on Authorizer and Filter depends on node-fastcgi.
It would be preferable to have golang native testing. We, however, cannot depend on the net/http/fcgi library because it only implemented the Responder role. Helps to resolve #2.
TODO
The text was updated successfully, but these errors were encountered: