From acddde01786258a9f1df11f899d4a38878220bdd Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Thu, 7 May 2020 11:03:45 -0400 Subject: [PATCH] Link to AB report on socketo.me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f17c14..fba5093 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RFC6455 - The WebSocket Protocol [![Build Status](https://travis-ci.org/ratchetphp/RFC6455.svg?branch=master)](https://travis-ci.org/ratchetphp/RFC6455) -![Autobahn Testsuite](https://img.shields.io/badge/Autobahn-passing-brightgreen.svg) +[![Autobahn Testsuite](https://img.shields.io/badge/Autobahn-passing-brightgreen.svg)](http://socketo.me/reports/rfc-server/index.html) This library a protocol handler for the RFC6455 specification. It contains components for both server and client side handshake and messaging protocol negotation.