Conversation
|
I'm not really following along...is TLS not currently working in Zig-dev, or just not ported in this PR yet? |
|
No, it's working. I just haven't looked into it and didn't port it. This PR is only useful if you are interested in using |
|
I was just looking at using pg.zig with my zio library, and though I could use this as the base, but it's very incomplete:
I'll give it a try to refactor the lib to use standard reader/writer, which would allow it to use |
|
@philipmv - got an attempt number 2 on this one over here #107, which is really close to your original one passing Io around, and a few other changes to bring it up to 0.16 latest 0.16 has probably changed a bit since you posted this one - be good if you could have a play as well, and review this additional PR Builds and passes tests on 0.16-2565 |
This is just as an experiment may be it should be in a separate branch. Unfortunately ssl connection is removed.