Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basis for TCP SSL driver #9

Closed
wants to merge 1 commit into from

Conversation

FrontEndCoffee
Copy link
Contributor

A work in progress addition for the TCP/SSL driver.

This is not yet finished, nor is it stable.

@FrontEndCoffee FrontEndCoffee linked an issue Sep 7, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 7, 2020

Codecov Report

Merging #9 into master will decrease coverage by 26.41%.
The diff coverage is 0.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master       #9       +/-   ##
=============================================
- Coverage     82.86%   56.44%   -26.42%     
- Complexity      173      249       +76     
=============================================
  Files            24       29        +5     
  Lines           391      574      +183     
=============================================
  Hits            324      324               
- Misses           67      250      +183     
Impacted Files Coverage Δ Complexity Δ
src/Epp/ConnectionDriver/SslConnectionDriver.php 0.00% <0.00%> (ø) 16.00 <16.00> (?)
src/Epp/ConnectionDriver/Support/ReadBuffer.php 0.00% <0.00%> (ø) 33.00 <33.00> (?)
src/Epp/ConnectionDriver/Support/SleepTimer.php 0.00% <0.00%> (ø) 5.00 <5.00> (?)
src/Epp/ConnectionDriver/Support/Stream.php 0.00% <0.00%> (ø) 18.00 <18.00> (?)
src/Epp/ConnectionDriver/Support/WriteBuffer.php 0.00% <0.00%> (ø) 4.00 <4.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 218cdf7...52d6c19. Read the comment docs.

@FrontEndCoffee FrontEndCoffee force-pushed the connection-driver-tcp-ssl branch from ca9eadb to 52d6c19 Compare September 7, 2020 11:02
@arnowest
Copy link
Contributor

arnowest commented May 9, 2023

Closing due to inactivity

@arnowest arnowest closed this May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add TCP connection driver
2 participants