Prob With Gitea 1.12.4 on OpenBSD 6.8

Hope everyone is well.

Running into a problem trying to get Gitea running on OpenBSD here. Just installed gitea from the openbsd repo. No manual installation.

Using gitea with a fcgi protocol, being caught by httpd for serving. Not bothering with ssl or anything yet.

I am getting these errors in the gitea log files:

2021/01/19 01:16:59 ...ers/events/events.go:67:Events() [E] Unable to write to EventStream for user lorddevi: write tcp 127.0.0.1:3000->127.0.0.1:48717: use of closed network connection

I think this may be related so some other issues I am having on Gitea at the at the moment.

Can anyone help provide some insight for me as to what might be going on here?

Edit: This is the only firewalling in place, and none of it should interfere with these connections as far as I can tell:

/etc/pf.conf
set skip on lo
block return # block stateless traffic
pass # establish keep-state
block return in on ! lo0 proto tcp to port 6000:6010
block return out log proto {tcp udp} user _pbuild